home *** CD-ROM | disk | FTP | other *** search
- > The core of the "step" routine would look something like this:
- > ...
-
- I don't think that program will work because there's no recursion
- stopper to prevent it from uncovering squares that are already uncovered. It's
- a minor change though. Just check to see if the new square is still covered
- before calling the recursion.
-
-
-